public class DwcSwitches extends DwcControl
| Constructor and Description |
|---|
DwcSwitches(DWC dwc!, BBjWindow win!, BBjString label$, LinkedHashMap switchMap!)Multiple switches in a column map Keys contain text for switch map Value = 1 or 0 for on/off state |
DwcSwitches(DWC dwc!, BBjWindow win!, BBjString label$, BBjString text$, Boolean selected!) |
DwcSwitches(DWC dwc!, BBjWindow win!, BBjString text$, Boolean selected!, CustomObject object!, BBjString selectMethod$)Single switch centered below text |
DwcSwitches(DWC dwc!, BBjWindow win!, BBjString label$, LinkedHashMap switchMap!, CustomObject object!, BBjString selectMethod$) |
| Modifier and Type | Method and Description |
|---|---|
BBjString | getText() |
addControlWindow, addControlWindow, getBBjControl, setAlignmentClass, setControl, setControl, setLabel, setWidth, setWidth, setWidth, size public DwcSwitches(DWC dwc!, BBjWindow win!, BBjString label$, LinkedHashMap switchMap!)
Multiple switches in a column map Keys contain text for switch map Value = 1 or 0 for on/off state
public DwcSwitches(DWC dwc!, BBjWindow win!, BBjString label$, BBjString text$, Boolean selected!)
public DwcSwitches(DWC dwc!, BBjWindow win!, BBjString text$, Boolean selected!, CustomObject object!, BBjString selectMethod$)
Single switch centered below text
public BBjString getText()